home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #16 / K-CD 16-2002.ISO / VIA 4-i-1 driver / IDEWin2K / VIAIDE.INF next >
Windows Setup INFormation  |  2001-10-18  |  1KB  |  57 lines

  1. ; Copyright (c) 2000-2005 VIA Techologies, Inc.
  2.  
  3. [version]
  4. Signature="$WINDOWS NT$"
  5. Class=hdc
  6. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  7. Provider=%VIA%
  8. CatalogFile=viamini.cat
  9. DriverVer=10/18/2001,5.0.2195.120
  10.  
  11. [DestinationDirs]
  12. DefaultDestDir = 12 ; DIRID_DRIVERS
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = PCI\VEN_1106&DEV_0571
  16.  
  17.  
  18. [Manufacturer]
  19. %VIA%=VIA_HDC
  20.  
  21. [VIA_HDC]
  22. %PCI\VEN_1106&DEV_0571.DeviceDesc%=viaide_Inst, PCI\VEN_1106&DEV_0571       ; VIA
  23.  
  24. [SourceDisksFiles]
  25. viaide.sys = 1,,
  26.  
  27. [SourceDisksNames]
  28. 1=%VIAFilterDisk%,,,
  29.  
  30. ;**********************************************************
  31. ; VIA PCI IDE Controller (DUAL_GOOD_IDE)
  32. [viaide_Inst]
  33. CopyFiles = @viaide.sys
  34.  
  35. [viaide_Inst.Services]
  36. AddService = viaide, %SPSVCINST_ASSOCSERVICE%, viaide_Service_Inst
  37.  
  38. [viaide_Service_Inst]
  39. ServiceType    = %SERVICE_KERNEL_DRIVER%
  40. StartType      = %SERVICE_BOOT_START%
  41. ErrorControl   = %SERVICE_ERROR_NORMAL%
  42. ServiceBinary  = %12%\viaide.sys
  43. LoadOrderGroup = System Bus Extender
  44.  
  45. [Strings]
  46. VIA            = "VIA Technologies, Inc."
  47. PCI\VEN_1106&DEV_0571.DeviceDesc="VIA Bus Master IDE Controller"
  48. VIAFilterDisk        = ""
  49.  
  50. ;*******************************************
  51. ;Handy macro substitutions (non-localizable)
  52. SPSVCINST_ASSOCSERVICE = 0x00000002
  53. SERVICE_KERNEL_DRIVER  = 1
  54. SERVICE_BOOT_START     = 0
  55. SERVICE_ERROR_NORMAL   = 1
  56.  
  57.